﻿2026-07-05T00:27:24.4714462Z ##[group]Run actions/checkout@v5
2026-07-05T00:27:24.4715430Z with:
2026-07-05T00:27:24.4716031Z   repository: SaberMage/spt-core
2026-07-05T00:27:24.4722484Z   token: ***
2026-07-05T00:27:24.4723284Z   ssh-strict: true
2026-07-05T00:27:24.4723996Z   ssh-user: git
2026-07-05T00:27:24.4724764Z   persist-credentials: true
2026-07-05T00:27:24.4725618Z   clean: true
2026-07-05T00:27:24.4726356Z   sparse-checkout-cone-mode: true
2026-07-05T00:27:24.4727209Z   fetch-depth: 1
2026-07-05T00:27:24.4727917Z   fetch-tags: false
2026-07-05T00:27:24.4728641Z   show-progress: true
2026-07-05T00:27:24.4729395Z   lfs: false
2026-07-05T00:27:24.4730084Z   submodules: false
2026-07-05T00:27:24.4730852Z   set-safe-directory: true
2026-07-05T00:27:24.4731730Z env:
2026-07-05T00:27:24.4732416Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-05T00:27:24.4733356Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-05T00:27:24.4734260Z ##[endgroup]
2026-07-05T00:27:24.6638580Z Syncing repository: SaberMage/spt-core
2026-07-05T00:27:24.6640223Z ##[group]Getting Git version info
2026-07-05T00:27:24.6641038Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-05T00:27:24.6924781Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-05T00:27:24.7151332Z git version 2.43.0.windows.1
2026-07-05T00:27:24.7178921Z ##[endgroup]
2026-07-05T00:27:24.7186667Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\d0e4aa4f-992c-4686-97b9-6b70f05deb44\.gitconfig'
2026-07-05T00:27:24.7201857Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\d0e4aa4f-992c-4686-97b9-6b70f05deb44' before making global git config changes
2026-07-05T00:27:24.7204452Z Adding repository directory to the temporary git global config as a safe directory
2026-07-05T00:27:24.7207207Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-05T00:27:24.7455332Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-05T00:27:24.7670823Z https://github.com/SaberMage/spt-core
2026-07-05T00:27:24.7699917Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-05T00:27:24.7704262Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-05T00:27:24.7905569Z HEAD
2026-07-05T00:27:24.8139883Z ##[endgroup]
2026-07-05T00:27:24.8142755Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-05T00:27:25.6357488Z ##[group]Cleaning the repository
2026-07-05T00:27:25.6361019Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-05T00:27:27.3563161Z Removing target/
2026-07-05T00:27:27.3590394Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-05T00:27:27.4028498Z HEAD is now at 2cef1a3c Merge c01fe6ee29c2a19c4a6ebc72f11c471cab7d13d0 into 188fe1a9f50a8bbc3234263bb16662a17b51a94e
2026-07-05T00:27:27.4049842Z ##[endgroup]
2026-07-05T00:27:27.4054193Z ##[group]Disabling automatic garbage collection
2026-07-05T00:27:27.4059171Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-05T00:27:27.4313939Z ##[endgroup]
2026-07-05T00:27:27.4314355Z ##[group]Setting up auth
2026-07-05T00:27:27.4320763Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-05T00:27:27.5087525Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-05T00:27:27.9400280Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-05T00:27:27.9628617Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-05T00:27:28.4707643Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-05T00:27:28.4930270Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-05T00:27:28.9718302Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-05T00:27:28.9981138Z ##[endgroup]
2026-07-05T00:27:28.9981605Z ##[group]Fetching the repository
2026-07-05T00:27:28.9989790Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2cef1a3cc910e27f27ae9af6f87dd314247aaf40:refs/remotes/pull/51/merge
2026-07-05T00:27:29.7098150Z ##[endgroup]
2026-07-05T00:27:29.7098618Z ##[group]Determining the checkout info
2026-07-05T00:27:29.7099106Z ##[endgroup]
2026-07-05T00:27:29.7104285Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-05T00:27:29.7371697Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-05T00:27:29.7586317Z ##[group]Checking out the ref
2026-07-05T00:27:29.7590898Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/51/merge
2026-07-05T00:27:29.7922914Z HEAD is now at 2cef1a3c Merge c01fe6ee29c2a19c4a6ebc72f11c471cab7d13d0 into 188fe1a9f50a8bbc3234263bb16662a17b51a94e
2026-07-05T00:27:29.7943399Z ##[endgroup]
2026-07-05T00:27:29.8719964Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-05T00:27:29.8928618Z 2cef1a3cc910e27f27ae9af6f87dd314247aaf40
